← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 16:10:05 2022
Reported on Wed Dec 14 16:12:58 2022

Filename(eval 197)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm:27]
StatementsExecuted 73 statements in 674µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm line 27
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
7241276µs620µsnamespace::clean::::stash_fornamespace::clean::stash_for
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2
# spent 620µs (276+344) within namespace::clean::stash_for which was called 72 times, avg 9µs/call: # 18 times (128µs+152µs) by namespace::clean::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm:130] at line 67 of namespace/clean.pm, avg 16µs/call # 18 times (85µs+127µs) by namespace::clean::get_functions at line 221 of namespace/clean.pm, avg 12µs/call # 18 times (35µs+41µs) by namespace::clean::get_class_store at line 211 of namespace/clean.pm, avg 4µs/call # 18 times (28µs+24µs) by namespace::clean::import at line 167 of namespace/clean.pm, avg 3µs/call
sub stash_for ($) {
372673µs72344µs Package::Stash->new($_[0]);
# spent 344µs making 72 calls to Package::Stash::XS::new, avg 5µs/call
4}
5
611µs1;
7
8
9;